lcBlockAddArcText Home

Adds a new Arc Text object into a block.

 HANDLE lcBlockAddArcText (
   HANDLE hBlock,
   LPCWSTR szText,
   double X,
   double Y,
   double Radius,
   double StartAngle,
   BOOL bClockwise,
   double Height,
   double WScale,
   int Align
 );

Parameters
hBlock
  Handle to a block.
szText
  Text string.
X Y
  Coordinates of a center point of the text (arc's center).
Radius
  Radius of the arc.
StartAngle
  Start angle of the text beginning.
bClockwise
  Text direction along the arc, TRUE for clockwise direction.
Height
  Text height, in drawing units.
WScale
  Text width factor (horizontal scale).
Align
  Alignment type (relative to the position angle).

Return Value

  Handle to created Arc Text object or NULL if the function fails.

See Also

  Code sample,   Text style